projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a6471
)
range: remove call that is not needed
author
Cosimo Cecchi
<cosimoc@gnome.org>
Sun, 17 Jan 2016 19:24:01 +0000
(17:24 -0200)
committer
Cosimo Cecchi
<cosimoc@gnome.org>
Mon, 29 Feb 2016 18:45:12 +0000
(10:45 -0800)
gtk_range_calc_slider() already calls the same function when needed.
gtk/gtkrange.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.c
b/gtk/gtkrange.c
index 40bf5026737201f0b0e15cbb140acbe9a6f0a041..66b0b15d2250bf597344de7dacdb15fd62b6d0b3 100644
(file)
--- a/
gtk/gtkrange.c
+++ b/
gtk/gtkrange.c
@@
-3889,8
+3889,6
@@
gtk_range_calc_layout (GtkRange *range)
}
gtk_range_calc_slider (range);
- gtk_range_update_mouse_location (range);
-
gtk_range_calc_stepper_sensitivity (range);
}